From: Doug Torrance Date: Sun, 30 Oct 2022 13:40:50 +0000 (+0000) Subject: Skip Core tests that have been known to fail on various X-Git-Tag: archive/raspbian/1.21+ds-3+rpi1~1^2^2^2~6 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=086cbe37016afdd837ac72c9d9358efe178620de;p=macaulay2.git Skip Core tests that have been known to fail on various Bug: https://github.com/Macaulay2/M2/issues/2162 (ComputationsBook/ constructions) Bug: https://github.com/Macaulay2/M2/issues/2242 (ComputationsBook/geometry & ComputationsBook/solving) Bug: https://github.com/Macaulay2/M2/issues/2533 (timing-quotient) Origin: https://github.com/Macaulay2/M2/pull/2535 Last-Update: 2022-06-28 architectures. Gbp-Pq: Name skip-failing-core-tests.patch --- diff --git a/M2/Macaulay2/tests/ComputationsBook/Makefile.in b/M2/Macaulay2/tests/ComputationsBook/Makefile.in index 7f9ad4a..809d04a 100644 --- a/M2/Macaulay2/tests/ComputationsBook/Makefile.in +++ b/M2/Macaulay2/tests/ComputationsBook/Makefile.in @@ -1,8 +1,8 @@ # @configure_input@ include ../../../include/config.Makefile VPATH = @srcdir@ -CHAPTERS = completeIntersections constructions d-modules exterior-algebra geometry \ - monomialIdeals preface programming schemes solving toricHilbertScheme varieties +CHAPTERS = completeIntersections d-modules exterior-algebra \ + monomialIdeals preface programming schemes toricHilbertScheme varieties .PHONY: changes capture all: $(CHAPTERS):; $(MKDIR_P) "$@" diff --git a/M2/Macaulay2/tests/normal/timing-quotient.m2 b/M2/Macaulay2/tests/normal/timing-quotient.m2 index 48153f9..08371b9 100644 --- a/M2/Macaulay2/tests/normal/timing-quotient.m2 +++ b/M2/Macaulay2/tests/normal/timing-quotient.m2 @@ -221,7 +221,9 @@ assert Equation(numgens tim#1, 33) -- https://github.com/Macaulay2/M2/issues/1804 -- https://github.com/Macaulay2/M2/pull/1811 -- https://github.com/Macaulay2/M2/pull/1957 -assert BinaryOperation {symbol <, tim#0, standardSecond} +-- version 1.20: often fails in Ubuntu amd64 autopkgtests +-- https://github.com/Macaulay2/M2/issues/2533 +assert BinaryOperation {symbol <, tim#0, 1.3 * standardSecond} P=QQ[x,y,z,MonomialOrder=>Lex]; d=z^4+z^2*x*y^9+z*x^9*y+x^5*y^5;